func runtime.pidlegetSpinning

6 uses

	runtime (current package)
		proc.go#L3233: 	pp, _ = pidlegetSpinning(0)
		proc.go#L3666: 			pp, _ := pidlegetSpinning(0)
		proc.go#L3894: 			pp, _ := pidlegetSpinning(0)
		proc.go#L3961: 	pp, now := pidlegetSpinning(0)
		proc.go#L4062: 			pp, _ := pidlegetSpinning(0)
		proc.go#L7010: func pidlegetSpinning(now int64) (*p, int64) {